ServiceGetMeetingMessage Method (String, IListPropertyPath) |
Gets a meeting message.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic MeetingMessage GetMeetingMessage(
string itemId,
IList<PropertyPath> propertyPaths
)
Public Function GetMeetingMessage (
itemId As String,
propertyPaths As IList(Of PropertyPath)
) As MeetingMessage
Parameters
- itemId
- Type: SystemString
The ID of the item to return. - propertyPaths
- Type: System.Collections.GenericIListPropertyPath
The set of properties to return.
Return Value
Type:
MeetingMessageMeetingMessage.
See Also